home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / include / dvtoolfuns.h < prev    next >
C/C++ Source or Header  |  1997-05-08  |  399b  |  16 lines

  1. /* file -- dvtoolfuns.h
  2. |=======================================================================
  3. |
  4. |  Copyright (c) 1988, 1989 V.I. Corporation
  5. |
  6. |  Function type declarations for T-routines
  7. |
  8. |=======================================================================
  9. */
  10.  
  11. #ifdef LINT_ARGS    /* argument checking enabled */
  12. typedef ADDRESS (*ADRFUNPTR)();
  13. #endif
  14.  
  15. #include "Tfundecl.h"
  16.